Contribution org.nuxeo.ecm.platform.rendition.publisher--tree
In component org.nuxeo.ecm.platform.rendition.publisher
  
  This contribution is part of XML component org.nuxeo.ecm.platform.rendition.publisher
  inside nuxeo-platform-rendition-publisher-6.0.jar 
    
      
  
    
  
      Documentation
PublicationTree that allows retrieving all the published Rendition documents in addition to the 'standard' proxies for the given document.
Extension Point
Extension point tree of component PublisherServiceImpl.Contributed Items
XML Source
<extension point="tree" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">
    <documentation>
      PublicationTree that allows retrieving all the published Rendition documents
      in addition to the 'standard' proxies for the given document.
    </documentation>
    <publicationTree class="org.nuxeo.ecm.platform.rendition.publisher.RenditionPublicationCoreTree" name="RenditionPublicationCoreTree"/>
  </extension>